home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Champak 50
/
Volume 50 - JOGO DISK .iso
/
Games
/
maya_miguel_global_groovin.swf
/
scripts
/
DefineButton2_155
/
BUTTONCONDACTION on(press).as
Wrap
Text File
|
2007-09-27
|
523b
|
18 lines
on(press){
_root.gameStarted = true;
_root.play();
if(_root.soundtrack1playing)
{
_root.StartThisSound(_root.soundtrack1current,_root.soundtrack1index,_root.track1offset,1);
}
if(_root.soundtrack2playing)
{
_root.StartThisSound(_root.soundtrack2current,_root.soundtrack2index,_root.track2offset,2);
}
if(_root.soundtrack3playing)
{
_root.StartThisSound(_root.soundtrack3current,_root.soundtrack3index,_root.track3offset,3);
}
gotoAndStop("playing");
}